Part Number Hot Search : 
PS810 BFI00 SMAJ160 LRUJ64 SCL4018B CIL31J1R P31430 MUN22
Product Description
Full Text Search
 

To Download AN-502 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  a AN-502 application note one technology way ? p.o. box 9106 ? norwood, ma 02062-9106 ? 781/329-4700 ? world wide web site: http://www.analog.com designing a superheterodyne receiver using an if sampling diversity chipset by brad brannon abstract: the paper introduces a chipset to simplify re- ceiver design and puts forth a design example based on gsm but can be extended to many open or closed air interface. advances in analog converter technology now allow if sampling which can greatly simplify re- ceiver design. advances in digital integrated circuits also advance the state of the art in terms of digital tun- ing and filtering. together these two chips can replace many of the cumbersome stages of a traditional analog receiver with predictable and reliable performance. the superheterodyne receiver is still a workhorse in re- ceiver technology. it has served its duty faithfully for many years now. however new technologies in receiver component designs are offering to extend the possibili- ties into the digital age. a typical receiver design may consist of two or three down conversions to provide the sensitivity and selec- tivity required of the individual receiver. with each down conversion, a local oscillator, mixer and filter are required. each additional stage adds complexity, cost and difficulty of manufacture. lo filter & lna detector process lo filter & lna lo filter & lna figure 1. typical receiver block diagram as shown above in the block diagram, receiver technol- ogy can be straight forward, however, implementa- tion and manufacture can be another story. there are several key issues that must be addressed. of course, the issues of noise and intercept point are al- ways of concern when it comes to receiver design. however, in moderate and high volume applications, questions about assembly and test begin to arise. it is one thing to build one in the lab, but it is a completely different story to build many in production. with three local oscillators, mixers and if strips, alignment can be a real issue, even with automated tools. to keep manufacturing cost low, several of these analog stages must be eliminated, but how can this be done without sacrificing performance? perhaps the real question is can performance be enhanced. one solution is to digi- tize the analog signals and do the processing in a dsp. once in the digital domain, many creative and propri- etary processes can take place to enhance and add value, while eliminating many of the manufacturing problems (alignment and component yield) that often increase the cost of manufacturing and reduce margins. already, it is common practice to use an analog-to- digital converter to form the detector and a dsp (digital signal processor) to process the data. however, this does not reduce the cost or complexity of the design (to digitize the baseband), it simply adds flexibility. what is needed is an analog to digital converter that can digitize closer to the antenna. sampling at the antenna is not realistic since some amount of band select and filtering must occur prior to the adc to minimize adjacent chan- nel issues. however, sampling at the first if is practical. lo filter & lna filter & lna adc dsp figure 2. digital receiver block diagram if sampling recent advances in converter technology have allowed data converters to faithfully sample analog signals as high as several hundred mhz. sample rates need only be as high as twice the signal bandwidth to keep the nyquist principle. since most air interface standards are less than a few mhz wide, sample rates in the tens of mhz are required, eliminating the need for extremely fast sample rates in radio design. thus allowing for low cost digitizers. one such analog to digital converter (adc) that per- forms this function is the ad6600. the ad6600 can digitize up to 20 msps and sample analog signals up to 250 mhz with 60 db spurious free dynamic range. in ad- dition to high performance data conversion, this adc also includes gain control and dual inputs to facilitate diversity applications.
C2C AN-502 gain block atten 3 1 3 atten 600 v t/h timing unit flt+ fltC enc enc a_sel b_sel peak detector rssi control 3 11-bit adc 11 v in a v in b rssi 2x clock out digital outputs ab_out gnd v cc ad6600 figure 3. ad6600 block diagram the block diagram above shows the details of the ad6600 if data converter. the ad6600 dual channel, gain ranging adc with rssi (receiver signal strength indicator) consists of three stages. the first consists of a pair of 1 ghz phase compensated step attenuators fol- lowed by an output selection multiplexor. the second stage is a wide input bandwidth 11-bit adc based on the ad9042, 12-bit 41 msps analog-to-digital converter. the third stage is a high speed synchronous peak detector and rssi control interface. together these on-chip sys- tems form a high dynamic range if sampling adc. the ad6600 is fabricated on an advanced bipolar integrated circuit process. the input attenuator consists of two identical inputs. these dual inputs may be diversity channels, two inde- pendent if signals or only one input may be used. the attenuation factor is controlled through a range of 30 db in 6 db steps by on-chip switches. the matching be- tween the gain settings is better than 0.5 db and main- tains a bandwidth of almost 1 ghz so the phase delay is small. likewise the phase mismatches between differ- ent attenuator settings is very small, less than 0.2 de- grees up to 200 mhz analog input. additionally, the input impedance does not change with attenuator set- tings so there is no am to pm distortion. since one adc serves both attenuator inputs, two con- trol pins are provided to select which attenuator is con- nected to the adc. the options allow one or both inputs to be connected to the adc. when both inputs are se- lected, the adc alternates between the two on a clock by clock basis. an output pin, ab_out, indicates which in- put is currently available on the digital output simplify- ing interface logic. the on-chip rssi (receive strength signal indicator) controls the input attenuator. the rssi peak detector function consists of a high-speed comparator bank. the peak detector has five reference points, with each refer- ence point being 6 db lower than the previous one. a regenerative positive feedback comparator is tied to each point and referenced to full-scale of the a/d con- verter. once one of the comparators is tripped it stays in the state until it is reset by the falling edge of the encode. the 5 comparator outputs are decoded into a 3-bit word that is used to select the proper attenuation. six db of digital hysteresis is used to eliminate level un- certainty at the threshold points due to noise and ampli- tude variations. the peak detector monitors both positive and negative excursions of the input signal to accurately track complex modulated signals. the rssi follows the if envelop one clock cycle before the conversion is made. during this time period, the rssi watches for the signal peaks and prior to digitiza- tion, the rssi word is set to the appropriate attenuation factor to prevent the adc from overranging on the fol- lowing conversion cycle. the rssi always allows an ex- tra 6 db of adc headroom to prevent clipping if the signal power has increased unexpectedly. this is true until the last attenuator is selected. then the adc will clip in a normal manner. the rssi word is made avail- able to read via the rssi pins. the 11-bit adc output forms the mantissa of a binary floating point word, while the rssi the exponent. this data can be interpreted in several ways. the data can be converted in software by using the following pseudo-code: r0 = dm(rssi); r2 = 5; r0 = r2-r0; r1 = dm(adc);(11 bits, msb justified into dsp word) rshift r1, r0; (arithmetic shift to extend the sign bit) an asic/pld can be used to convert the code to fixed point or a digital preprocessor such as the ad6620 (to be discussed later) can be used to convert the data. the re- sulting data can then be treated as a standard 16-bit fixed point word. since the analog front end has a bandwidth of nearly one-gigahertz and the adc a bandwidth of 450 mhz, a filter is required to bandwidth limit the wideband noise out of the attenuator and mux stage. this simple exter- nal lc filter is tuned to the chosen if frequency and is designed to settle quickly between clock cycles. to expe- dite settling between samples, an internal clamp circuit is utilized to discharge the filter. this minimizes feed through between inputs (cross talk) because of the natu- ral time constant of the resonant network. overall, the ad6600 achieves 60 db sfdr and 57 db snr with ana- log inputs up to 300 mhz, providing true if sampling with baseband performance. see figure 4. once digitized, the signal would have to be processed. with a typical sample rate of 20 mhz, data would stream too fast for even the hottest dsp to do much with in terms of filtering, much less process the data for user
C3C AN-502 information. therefore, some preprocessing of the data must occur. with a sample rate of 20 mhz, the data bandwidth would be 10 mhz, much more than is needed for most air interfaces. therefore, one thing that prepro- cessing should achieve is to reduce the data bandwidth as well as the data rate. thus in addition to the adc (analog-to-digital converter) a dsp preprocessor is required. fft performance at 250mhz a in 0 C60 C120 0 1/2 1/8 db C12 C24 C36 C72 C84 C96 C108 C48 1/4 3/8 figure 4. ad6600 fft with 250 mhz analog input digital preprocessing as shown in the diagram below, the ad6620 performs many functions. first it functions as a quadrature de- modulator, separating the i and q signals for later pro- cessing. the cic (cascaded integrator comb) filters provide data rate decimation and low pass filtering. overall decimation rates can be programmed from 1 (in- clusive) to over 8192. the ram coefficient filter, a sum of product design, provides programmable filter perfor- mance, covering a wide range of designs. q Csin cos i q i cic 5 filter ram coef filter output format serial or parallel outputs real, dual real, or complex inputs complex nco external sync circuitry jtag port m p or serial control cic 2 filter q i q i figure 5. ad6620 block diagram the numerically controlled oscillator (nco) provides spurious performance to better than C105 dbc. this ultra clean digital local oscillator is mixed with the digitized input through 18-bit multipliers. as shown in the spec- tral plot below of the nco, spurious performance is hid- den well in the 16-bit noise floor shown below. interstage precision is maintained at 18 bits while indi- vidual stages use much higher precision to prevent arti- facts due to truncation. data out of the ad6620 can be delivered to the dsp through either a standard serial in- terface or through a parallel interface as a memory mapped address device. data can be delivered in 16-, 24- or 32-bit precision. 1/8th scale nco performance 0 C60 C120 0 1/2 1/8 db C12 C24 C36 C72 C84 C96 C108 C48 1/4 3/8 C132 C144 figure 6. ad6620 nco spurious performance at 1/8th the clock rate diversity chipset the ad6600 and ad6620 form the heart of a chipset for if sampling and processing. between the two chips, agc, digitizing, data rate reduction and channel filtering are performed. the benefits from this pair are immense. first, the integration level allows reduced system size and power reduction. this is achieved through the elimi- nation of analog if stages along with their respective components. second, alignment time is greatly re- duced. since filters and oscillators are now digitally implemented there is no need to adjust them at the point of manufacture. main input diversity input encode 2x clk a/b out 3 rssi bits 11 data bits ad6600 clk a/b e[2..0] in[15..5] sclk sdi sdo sdfs ad6620 sclk sdi sdo sdfs dsp figure 7. ad6600/ad6620 diversity receiver chipset aside from the figures of merit mentioned above, the chipset also features a seamless interchip interface. the interchip connections are point to point and are de- signed for single layer wiring. additionally, the serial output port of the ad6620 wires directly to a number of industry standard dsps including the adsp-21xx and adsp-210x families. the diversity chipset is applicable for many different air interfaces including narrow band fm, is-136, cdma, gsm and many others. the use of such a chipset re- quires many of the traditional techniques in receiver de- sign as well as some new considerations. however, the end result is a more economical solution capable of much more than a traditional analog receiver. gsm and the diversity chipset the remainder of this report focuses on a design analy- sis of one such design. the chosen example is gsm be- cause it is one of the most technically challenging in terms of selectivity. the analysis shown can just as
C4C AN-502 easily be applied to any of the other standards and have already been implemented. the front end is traditionally referred to as the radio and consists of the antenna connection through the adc. this report reviews the rf performance requirements in terms of the diversity chipset. throughout this writing, certain assumptions about the rf section, adc noise and process gains (to be explained later) are made. the basis of this work is the gsm specification for 900 mhz as proposed by etsi recommendation 05.05. since variations in receiver design exist, many possible de- signs solutions exist, this being but one. many options exist in terms of sample rate, decimation and digital sig- nal processing that change the receivers ability to deal with noise. in fact, the post adc processing (dsp) deter- mines much of the total receiver performance, and as a result, represents much of the proprietary information surrounding many manufacturers total receiver design. block diagram the following diagram is the one analyzed and will form the core discussion from this point forward. various ad- vantages will be discussed to many of the options. the design consists of one rf strip and 1 if strip. the rf section has a net gain of only about 3 db, considering the filter losses and mixer conversion loss. as with tradi- tional receiver designs, most of the gain is in the if strip where filters have improved selectivity sufficiently to prevent overdrive from off channel signals (adjacent channel rejection). this forms a single analog down con- version with a second down conversion being per- formed digitally by the ad6620. in the front end, the lna is in front of the mixer. this arrangement minimizes noise figure because the lossy element is behind a gain block. another possibilities is that the mixer could be ahead of the lna which maxi- mizes intermodulation performance, although, as seen later in the analysis, meeting spurious performance is not too difficult with the amplifier ahead of the mixer. however, with the mixer ahead of the amplifier, receiver noise figure is insufficient to meet sensitivity require- ments due to the insertion loss of the mixer. after the mixer and band pass filter is a fixed gain amp. this amplifier is working with relatively small sig- nals and has no difficulty with intermodulation perfor- mance. the bulk of the if gain is located between the two saw filters. this allows adjacent signals to be at- tenuated prior to amplification, which improves the in- termodulation performance. the last component in the analog chain is the second saw filter. this effectively eliminates h armonics of the amplifier chain prior to digitization. the first amplifier between the saws could be a vari- able gain amp as shown. this is not used for agc pur- poses but instead to remove variation in component values either from lot to lot, or over temperature. toler- ances in insertion loss can be removed as a system cali- bration by setting the gain of this amplifier. insertion losses of filters, mixers and amplifiers often worsen as temperature increases. the gain of this amplifier could be configured to increase with temperature to compen- sate for reduced conversion efficiency as a function of temperature. total rf and if conversion gain is 35 db to 40 db. with a maximum input signal of C13 dbm, this would overdrive the adc. the last if amplifier should be a limit or clip- ping amplifier to prevent this. this does not adversely effect performance since the input signal is phase modulated. adaptive equalization requires amplitude information, however at the point where the signal is so large as to overdrive the data converter, equalization is no longer necessary. the demodulation/equalization process will still recover the signal. total receiver dynamic range is derived from the rf/if processing above, plus the 30 db of gain ranging pro- vided by the ad6600 as well as the 11-bit adc incorpo- rated in the ad6600. rf filtering the purpose of the helical (preselect or band select) fil- ter is to block out of band signals from entering the rf stages of the receiver. in a typical base station, this filter could consist of the bandwidth characteristics of the an- tenna, the rf trap or coupler (to keep tx out of the rx), and the broad band pass filter. as seen below, this filter should exhibit the lowest insertion loss possible, be- cause receiver nf is directly (1 db per db) related to in- sertion loss at the front of the chain. high performance receivers would likely integrate a low loss microstrip fil- ter directly on the pcb to minimize loss in this stage, es- pecially 1800 mhz and 1900 mhz applications. this filter may also be a helical or dielectric filter, which is used to perform band filtering. this filter ensures that following stages are not disrupted by any remaining out of band signals, including the base station transmit signals. the filters can be designed specifically to block the transmit side as in toko part numbers 6dfsc and 6dfsd. g = 15db nf = 3.8db bandpass loss 2db saw #1 g = C5db g = 11 6 8db g = 16db saw #2 g = C5db g = 6.3db g = 13db nf = 2.6db helical filter C2db ad6600 adc ad6620 ddc figure 8. signal path details
C5C AN-502 rf amplifiers and mixers rf gain stages are available in many forms, including discrete, monolithic and hybrid/mcm technologies. vendors such as watkins-johnson, m/a-comm, mini- circuits and rf micro devices offering rf front ends suitable for use in many low noise, high intercept appli- cations. two of the better amplifiers are the ah1 and rf2312 (manufactured by watkins-johnson and rf micro devices respectively). these devices provide 13 db to 15 db of gain with noise figures of 2.6 db and 3.8 db respectively with even better performance planned in the future. while large rf gains improve noise figure they also reduce intermodulation performance by increasing wideband signal levels to the mixer. as shown, the architecture requires 13 db of gain. low loss mixers should also be used; however, they should have high intercept points. for example, a mixer with a +27 dbm lo drive level typically provides an in- put intercept point of +37 dbm. thus, two signals at C43 dbm would give 3rd order intermodulation products at about C200 dbm. however, if the intercept point were lowered to +17 dbm, these products would increase to C163 dbm. as signal levels are increased, intermodula- tion performance will reduce rapidly. however, the gsm specification requires only C43 dbm two-tone inter- modulation performance when receiving a reference sensitivity signal. although most manufacturers work hard to exceed required performance, many mixers in this performance range are available. with this in mind, the highest intercept point mixers readily available should be used. thus, for this reference design, a +27 dbm lo drive level mixer is specified. these are available from a number of sources, including mini- circuits. insertion loss for this mixer is 6.3 db. in addition to the large lo drive levels for optimum per- formance, these lo signals must exhibit very low phase noise performance. the frequency domain process of the mixer is convolution (the time domain process of the mixer is multiplication). as a result of mixing, phase noise from the lo causes energy from adjacent (and ac- tive) channels is integrated into the desired channel as an increased noise floor. to determine the amount of noise in an unused channel when an alternate channel is occupied by a full-power signal, the following analysis is offered. although not usually the case, assume that the phase noise in the 200 khz gsm channel is constant at this level (most often, phase noise reduces with carrier off- set). in this case, the following equation is valid: noise = x ( f ) p ( f ) df f = 0.1 + 0.1 where noise is the noise in the desire channel caused by phase noise, x(f) is the phase noise expressed in non-log format and p(f) is the spectral density function of the gmsk function. for this example, assume that the gsm signal power is C13 dbm. also, assume that the lo has a phase noise that is constant across frequency (most of- ten, the phase noise reduces with carrier offset). under these assumptions when this equation is integrated over the channel bandwidth, a simple equation falls out. since x(f) was assumed to be constant (pnphase noise) and the integrated power of a full-scale gsm channel is C13 dbm, the equation simplifies to: noise = pn signal adjacent or in log form, noise = pn log + signal log noise = pn + (C13 dbm ) pn required = noise C (C13 dbm ) since the goal is to require that phase noise be lower than thermal noise. assuming that thermal noise at the mixer is the same as at the antenna, C121 dbm (thermal noise in 200 khz at the antenna) can be used. thus, the phase noise from the lo must be lower than C108 dbm with an offset of 200 khz. if amps and if configuration in all radio designs, the if is the most critical stage. most of the receiver selectivity and almost all blocker rejec- tion is gained in the if stage though the use of ceramic, crystal or saw filters. the balance of the selectivity is gained through oversampling and fir filtering. in gsm as well as other standards, the saw filters play a vital role in the implementation of this receiver. first, the saw filters do provide some channel selection, but not in the usual sense where all adjacent signal are removed. the second and primary purpose of the saw filters is to keep the agc (rssi in the ad6600) from responding adversely to adjacent and alternate chan- nel signals. third, they should adequately block unwanted mixer signals from entering the analog-to- digital converter. this is actually quite important since large lo and rf signals are present in the mixer output and the ad6600 has a 1 ghz, rssi input bandwidth. the blocking charac- teristics of the saw filters are important in order to keep the rssi circuitry from tracking an unwanted signal. these unwanted signals can take several forms. the obvious is adjacent or alternate channel signals. they could also include rf signals coupling directly from the antenna or even take the form of an lo signal coupling through the mixer. several things can be done to mini- mize interstage coupling of these out of band signals. first, careful shielding and grounding can minimize interstage coupling and, second, proper impedance matching can maximize the efficiency of the filter.
C6C AN-502 in cases where contamination is not through conduc- tion, but radiation and coupling, a differential if stage can greatly aid in the suppression of feed through sig- nals. for example, in cases such as radiation, differential inputs would likely receive the same contamination. due to very low common-mode gain of the filters, amplifiers and adcs, effective contamination will be greatly re- duced. since saw filters are generally differential in, differential out devices, this common-mode rejection should be taken advantage of in the design of high per- formance receivers. additionally, differential if amplifi- ers that aid in matching differential filters to amplifiers are becoming available. already, many high perfor- mance adcs take advantage of differential mode inputs, such as the ad6600 and ad6640. saw filter requirements in addition to digital filtering provided by decimating filters such as the ad6620, saw filters are required to filter unwanted signals from the adc input. if insuffi- ciently filtered, these signals will be aliased back into the usable band of the ad6600 and cause c/i problems. if severe enough, the unwanted image could dominate the demodulation process and become the primary signal instead of the image. the gsm specification refers to these as blockers. to determine what filter requirements are needed, the following discussion is offered. some references are made to the ad6600 and ad6620, but where necessary, the ad6600 and ad6620 data sheets should be referenced. the ad6600 for gsm applications can be run at 13 msps. it can be run in two modes. the first is sam- pling only 1 if signal with an effective sample rate of 13 msps. the second option is sampling both a main antenna and a diversity antenna, each at 6.5 msps. the second option will be considered here because it poses the strictest specifications on the saw filters. relaxations can be achieved by increasing the sample rate, which softens the transition band requirements of the filters. other common sample rates for gsm include 17 1/3 (64 bit rate) and 19.5 (72 bit rate) msps. the main rf lo will have 200 khz steps for channel se- lection. the nco of the ad6620 can perform additional fine-tuning when fine-tuning is necessary due to dop- pler shift or handset frequency tolerance. for this example, a sample rate of 6.5 mhz is used. thus, the nyquist bandwidth will be 3.25 mhz with a 13 msps clock and operating in diversity mode. the aliased if will therefore be placed at or near 1.6 mhz. for this example, an if frequency of 170.0 mhz was chosen. while other choices exist, 170 mhz works for both low and high side injection at both 900 and 1800 mhz. this allows the sampled if to fall no less than 1.6 mhz from either dc or fs/2 for a variety of sample rates. from the gsm specification 05.05, in-band blocking re- quirements are as shown below: 600 khz offset < 800 khz C26 dbm signal level 800 khz offset < 1.6 mhz C16 dbm signal level 1.6 mhz offset < 3 mhz C16 dbm signal level >3 mhz C13 dbm signal level in addition to the in-band blocking requirements, con- sideration must be given to co-channel and adjacent channel interference. co-channel interference can not be filtered and must be accounted for in the equaliza- tion. the specification allows for co-channel c/i of up to 9 db. additionally, interferers in the next channel over ( 200 khz, which is the adjacent channel) are difficult to filter and must be eliminated with the digital filter (i.e., the ad6620), accommodated for in the equalization, or assumed not present. at 400 khz offset (alternate chan- nel), gsm also specifies that the interferer can be 41 db stronger than the signal of interest. some filtering can be expected from the saw filters and more from the digital filter as shown below. in the ad6600, the blockers and interferers cause 2 main problems. the first is that they can disrupt the rssi cir- cuitry causing the gain control circuitry to respond to one of the adjacent channels and not the one of interest, thus causing the receiver to be desensitized. the second problem is that if the if output is inadequately filtered then signals that are outside the nyquist band will be aliased back in band and possibly override the signal of interest. with these points in consideration, a saw filter specification can be defined that prevents disruption of the rssi control and prevents aliasing of out of band signals back in band by the sampling process. before an in-depth analysis of the saw filter require- ments, the receiver sensitivity analysis must first be per- formed in order to understand what the signal levels are and by how much they must be attenuated. gsm receiver sensitivity receiver sensitivity is largely based on the noise figure. by careful selection of if frequencies and adc signal placement, the effects of harmonics can be greatly re- duced. additionally, the use of dither can also improve some types of spurious signals. receiver noise when analyzing the sensitivity of a receiver, the first place to start is by determining how much thermal noise exist in the bandwidth of the signal. the equation below shows the calculation for thermal noise on the receiver input. n antenna = k t bw in this equation, k is boltzmanns constant, t is absolute temperature and bw is bandwidth. evaluating this ex- pression at room temperature and across the 200 khz gsm signal bandwidth gives 0.8284 femptowatts or C121 dbm.
C7C AN-502 total receiver noise can then be calculated using the fol- lowing equation: n if = n antenna + g + nf the form of this equation shows that the antenna ther- mal noise is gained up by the conversion gain g of the receiver, plus degraded further by the receiver noise fig- ure. for our purposes g is the net sum of signal gains and losses. the noise figure (nf) is not accounted for in g and must be separately calculated. cascaded noise figure of down converter the figure below shows the rf section of the receiver. it is convenient to separate the receiver into a wideband section and a narrow band section. this is due to the fact that once the if filters begin to filter off channel signals, receiver performance becomes limited by the signal of interest. conversely, the front end is more sensitive to the effects of off channel signals such as blockers and interferers. g = 15db nf = 3.8db ip3 = +40dbm bandpass loss 2db g = C6.3db ip3 = +35dbm g = 13db nf = 2.6db ip3 = +40dbm helical filter C2db 5 4 3 2 1 figure 9. rf circuit details from the circuit above, the cascaded noise figure can be determined. converting the log numbers above to their linear representations and solving the equation below gives a cascaded noise factor of 1.579. f = 1.585 + 1.819 1 0.631 + 4.266 1 0.631 20 + 1.585 1 0.631 20 0.234 + 2.239 1 0.631 20 0.234 0.631 f = 4.005 nf = 6.03 db in summary, the front-end section has a cascaded noise figure of 6 db, a conversion gain of 17.7 db, and an inter- cept point of about +38 dbm. this results in an snr at the output of the front end of 13.9 db with the desired test signal at the input of C101 dbm. in terms of intermodulation performance based on 05.05 section 5.2, predicted performance is C153 dbm at the output of the rf stage. this is a c/i al- most 70 db, more than adequate to meet the required performance. since the mixers are often the most costly item in the design, a cheaper (and lower intercept point mixer) can be used than the one shown here. cascaded noise figure of if processing from our initial design, the following if is offered. for the mean time, the variable gain amplifier and limiting amplifiers have been replaced with fixed gain devices. the final design should include the specialty devices shown in the original design. g = 15db nf = 3.8db ip3 = +40dbm saw #1 g = C5db g = 15db nf = 3.8db ip3 = +40dbm saw #2 g = C5db ad6600 adc ad6620 ddc figure 10. if circuit details examining the noise figure through the if stage gives the analysis below. the if stage is broken down as shown above. power gain through the if stage is 20 db. a noise analysis similar to that of the rf stage gives an if noise figure of 8.88 db and an intercept point of +34.9 dbm. total cascaded performance total performance for both the rf and if paths shows that total cascaded gain is 37.7 db and cascaded noise figure is 6.24 db. as shown in the fist stage, the c/i in the rf stage is 70 db. after the saw filters, they are still in- significant and meet the 9 db c/i spec for all conditions. snr C db C32 C89 0 4 8 12162024283236424448525660 C26 C20 C14 C8 +4 C63 C92 a in C dbm figure 11. ad6600 snr vs. analog input power with an input signal of C101 dbm at the antenna port, the snr is thus 13.8 db at the adc input. the final dis- cussion is thus how much the adc degrades the snr of the received signal. to determine this, the input signal level to the adc must be known. thus with a C101 dbm signal on the antenna and a conversion gain of 37.7 db, the input signal to the adc is C63.7 dbm. with an input of C63 dbm, the ad6600 provides about 25 db of wideband snr. however, since the sample rate is 6.5 msps and our signal bandwidth is 200 khz, the effective snr is increased by the process gain, in this case 15.1 db (10 log (6.5/0.2)). thus the effective snr of the adc is about 40 db. assume a full-scale adc snr of 60 db, a full-scale range of about 32 mv (in the smallest range), a signal band- width of 200 khz and a sample rate of 6.5 msps. this results in a noise voltage of 307 nv in 200 khz of band- width. in the same 200 khz of bandwidth, the analog por- tion of the receiver delivers C77 dbm (C121 + 37.7 + 6.24) of noise power. into the impedance of the ad6600, this is 64 m v. thus, the adc noise is small compared with the
C8C AN-502 total thermal noise into the adc. thus overall the analog portion of the system and not the adc determines snr for this receiver. based on this data, a minimum snr of 10 db exists with an input at the reference sensitivity. this is enough to satisfy the requirements of equaliza- tion. better sensitivity can be achieved by selection of quieter analog components, especially the band select filter and the low noise amplifier. saw filter requirements continued as mentioned earlier, the saw filter provides some amount of receiver selectivity. however the primary goal of the saw filter is to prevent the adjacent signals from desensitizing the rssi of the ad6600. with a signal 3 db above the reference level of C104 dbm, the adc input level is C63.3 dbm. at this point, the snr is 13.9 db. the key is to maintain this snr as various blockers and interferers come in-band. this is the purpose of the saw filters. since the ad6600 is a gain ranging adc, out of band signals of sufficient amplitude can desensitize the ad6600 to the desired sig- nals. for example, if a signal passes to the adc with a level above C32 dbm, the first rssi trip point will be reached and cause the front end to attenuate the input by 6 db. this would reduce the snr by 6 db. thus, any undesired signals must be kept at such a level that the input of the ad6600 is kept below C32 dbm on the high side or below C38 dbm on the low side. this is because the ad6600 employs gain hystereses to prevent gain chattering during normal signal fluctuations. nor- mally, the upper trip point of C32 dbm can be used since normal power up ramping of the transmitted signal will cause the rssi hystereses control to reset between us- ers. the lower trip point is used in the case of fading profiles when the signal magnitude is falling. table i. interferer and blocker level saw ad6620 200 khz +9 dbc 0 18 400 khz +41 dbc 25 db 25 db 600 khz C26 dbm 37 db 45 db 800 khz C18 dbm 47 db 45 db >3 mhz C13 dbm 104 db table i shows the interferers and blockers of interest. absent from this list is the 600 khz interferer (section 6.3) because it is equivalent to a blocker at C35 dbm, 9 db below the interferer, which should not disrupt either the ad6600 performance or the equalization. the 600 khz blocking specification is included in the table i. for the interferer specs, the desired signal is 20 db above the reference point. this generates an snr of 30.9 db on an input signal level of C46.3. with a 200 khz interferer, the interferer is 9 db above the signal level at the input, and the analog filters internal to the ad6600 provide little or no rejection. therefore, at the adc input, the interferer is about C35 db. this is not enough to trip the rssi unless peaking occurs. if this does occur only 1 rssi step will be inserted causing the snr to fall 6 db to 24.9 db. this is more than enough for equalization with an acceptably low fer. in the case of the 400 khz interferer, the signal level on the radio input is 41 db above the desired signal. since each of the two saw filters provide 13 db of rejection, a total of 26 db can be expected for a net signal level 15 db above the desired signal. thus with the desired signal of C46.3 dbm, the interferer is C31.3 dbm which would cause 1 rssi step to be inserted and possibly two. in the later case 12 db of snr loss would result for a net snr of 19 db, still more than adequate for a low frame error rate (fer). in the case of the blocker tests, the desired signal is 3 db above the reference sensitivity of C101 dbm. as before, this gives an snr of 13.9 db. now in the 600 khz case, a maximum block level of C26 dbm must be tolerated. in this case, a minimum rejection of 23 db is needed from each saw filter for a total of 46 db. thus the input blocker is (C26 + 37.7 C 46) or C34.3 dbm, which is below the rssi threshold. between 800 khz and 3 mhz, the receiver must tolerate blockers at C16 dbm. from the filter information, the saw filters provide a total rejection of 56 db. as before, the blocker is (C16 + 37.7 C 56) or C34.3 dbm, again below the rssi threshold. finally, blockers outside 3 mhz may be up to C13 dbm. the saw filters provide 106 db of rejection to these sig- nals. thus, adc input levels to >3 mhz blockers are (C13 + 37.7 C 106) or C82 dbm, which are well below any rssi thresholds. furthermore, the desired signal is at (C101+37.7) or C63.3 dbm. since the sample rate is 6.5 mhz and our signal placement puts the signal at 1/4 the clock rate (about 1.6 mhz), the potential exists for the blocker to alias directly on top of our desired signal. in this case however, we have a c/i ratio of (C63.3 C C82.0) or 18.7 db, 9 db better than the equalizer is required to tolerate from a co-channel interferer! looking at the saw filter plots below it can be seen that actual rejections are better than those shown by these calculations. this provides greater insurance that rssi gain stages will not switch improperly and reduce the snr below 13 db. to achieve 106 db of out of band rejection, two filters must be cascaded. one filter could be used as a roofing filter; however, the burden of the channeling filter would then be placed on a single filter. therefore, two identical filters would allow the performance to be split equally
C9C AN-502 span: 8.000 000 mhz center: 170.000 000 mhz 2 3 4 1 d figure 12. saw filter performance plot between the two. the following table is used to define saw filter acoustic performance. in addition to the required rejection, some margin has again been added. table ii. single saw filter specifications for more information, reference sawtek part number 855297 offset frequency rejection 100 khz 0 400 khz 13 600 khz 23 800 khz 28 >3 mhz 53 insertion loss <6 db passband ripple <0.5 db delay variation <350 ns out-of-band performance outs-of-band specifications require tolerance to 0 dbm blockers. for out of band blockers, the saw filters pro- vide very little additional rejection. however, the dielec- tric filters in the rf front end provide additional rejection. typical filters from toko show that 20 mhz out of band, rejection is easily obtainable down to 25 db. the matching networks of the saw filters will gain addi- tional rejection. however, worst case images can occur at (0 + 37.7 C 106 C 25) or C93.3 dbm at the adc input, well below the worst in-band interferers. adjacent time slot requirements reference sensitivity is measured while the adjacent time slots are at a power level that is 50 db above the reference level. this does not effect the ad6600 because the rssi is updated on a per clock basis. thus when one data burst ends, and the next encode clock for the ad6600 occurs, the rssi circuit is reset. even counting the internal hystereses, only one clock cycle is required before the effects of the old analog input are flushed. thus, the ad6600 would respond accurately with adja- cent time slots at C13 dbm allowing for one sample clock recovery, which is only 4% of a data bit. digital filtering and decimation since the sample rate of the adc is much higher than the dsp can process, data decimation is required. addi- tionally, off channel signals and noise must be filtered to improve the snr of the adc. the result of oversampling followed by digital filtering is called process gain. since the sample rate is 6.5 msps and the filtered bandwidth must be about 200 khz for gsm, the process gain is 10 log (6.5/0.2) or 15.1 db. as stated before, the adc pro- vides an snr of about 40 db under reference signal level conditions. this is more than enough to prevent the ad6600/ad6620 pair from being the performance- limiting portion of the system. for the gsm receiver, a 6.5 msps clock provides 24 times oversampling of the bit rate. thus the decimation factor should be 24. the ad6620 can perform one com- plex multiply for each clock cycle supplied. however, if a clock is provided that is a multiple of the data rate, more multiplies and hence more taps can be performed on the data set. to facilitate this feature of the ad6620, the ad6600 has a 2 -clock output. this clock can be used to double the number taps that the ad6600 can process. thus, in our primary example of 6.5 msps, the 2 clock will allow a fir filter up to 48 taps to be used. such a filter has been designed and the results are shown below. the filter design software provided for the ad6620 determined the impulse response and deci- mation rate distribution. decimation was distributed as two in the cic2, three in the cic5 and four in the rcf. composite frequency response C mhz 0 C25 0 3 rejection C db 12 C50 C75 C100 C125 C150 figure 13. digital filter performance, nyquist view
C10C AN-502 composite frequency response C khz 0 C25 0 500 rejection C db 200 400 C50 C75 C100 C125 C150 100 300 figure 14. digital filter performance, channel view measured receiver performance the receiver described here was assembled and the digital filter programmed as designed above. data was then taken on the various parameters of the if sub-cir- cuit, the most critical and unique to this implementation. the results are shown here. the first critical point of the if is that of the saw filters and their ability to reject off channel signals to a degree that will prevent the gain ranging from being disrupted. it was very quickly shown that saw filters do not pro- vide much rejection for signals at 2 ghz (typical high side local oscillator for a pcs basestation) when oper- ated in the singled-ended mode. this is due to the ca- pacitive coupling between the input and output transducers. however, this coupling is approximately common mode between the two output terminals. therefore, taken differentially, the 2 ghz can be com- pletely rejected. in addition to the local oscillator, this improves rejection of the reverse traffic that is usually generated in close proximity to the sensitive receiver circuit as well as any other strong rf fields that may en- ter the receiver intended or otherwise. run differentially, the dual saw filters do indeed pro- vide the pass band and stop band performance required as shown below in figure 15. frequency C mhz 0 C20 db C40 C60 C80 C100 C120 167 168 169 170 171 172 173 series 1 figure 15. if frequency response (in band) in this pass band performance shown, adequate attenu- ation is provided to prevent the rssi from disruption from blockers and jammers are required in the gsm specification. also, sufficient rejection is achieved to prevent aliasing of signals as they fold within the adc. outside the passband, rejection continues to be flat. as shown in figure 16, rejection from the high side of the if out to 2 ghz continues to be flat at about C105 dbfs. finally, adding the performance of the digital filter to the analog filter provides the following performance. as seen in figure 17, additional pass band shaping results as well as even more stop band rejection. the graph here has the three images superimposed. the first is the if input frequency C hz 0 C20 db C40 C60 C80 C100 C120 10m 150m 270m 410m 550m 670m 1g figure 16. if frequency response, 10 mhz to 1 ghz basic dual saw filter performance. the second is the combined saw performance and digital filtering and the third is the required gsm masking required for the ad6600 and ad6620 to properly operate. as seen there is plenty of margin for all frequencies. additionally, digital filtering provides additional margin in off channel rejection, which now provides over 130 db rejection. frequency C mhz 0 C20 db C40 C60 C80 C100 C120 C140 C160 C180 basic dual saw filter performance combined saw filter performance and digital filtering gsm masking 167 168 169 170 171 172 173 figure 17. saw performance, combined performance and gsm requirements
C11C AN-502 gsm 05.05 blocker and interferer testing testing the receiver against the gsm specifications makes a more critical review of the receiver design. the critical specifications are the blocker and interferer tests, which provide multitone in-band requirements. these tests are outlined below in the tables. since our receiver consists only of the if filters and clamp amplifier, the test signals were injected at a level as would be found on the output of the mixer. table iii. interferer frequency offset c/i level 0 9 dbc 200 khz C9 dbc 400 khz C41 dbc 600 khz C49 dbc shown in table iii are the carrier to interferer levels as specified by gsm. the zero offset frequency (co-chan- nel) interferer is a function of the equalizer performance and thus not discussed in this report. however, all other frequencies are of interest and will be tested. the plots below show the receiver performance to the adc output for the 200 khz, 400 khz and 600 khz interferer specs. 0 C60 C120 0 512 128 db C12 C24 C36 C72 C84 C96 C108 C48 256 384 C132 C144 figure 18. 200 khz interferer in the 200 khz blocker test above, the 200 khz signal has been rejected to 6 dbc by the saw filters. before equal- ization, this signal is to be passed to the digital filter (ad6620) where the spectrum will be filtered. at 200 khz offset, our digital filter should have at least 70 db of rejection. thus after filtering, the spurious will be about C76 dbc and the snr in the channel of interest will be 32.3 db, more than enough for a low bit error rate. 0 C60 C120 0 512 128 db C12 C24 C36 C72 C84 C96 C108 C48 256 384 C132 C144 figure 19. 400 khz interferer rejection at 400 khz is very similar to that of 200 khz. as before, the digital filtering provides additional rejection. by 400 khz offset, the filter performance has reached the maximum rejection of just greater than 100 db. thus af- ter filtering the spurious is again gone and the in-band snr is still about 32 db. 0 C60 C120 0 512 128 db C12 C24 C36 C72 C84 C96 C108 C48 256 384 C132 C144 figure 20. 600 khz interferer the final interferer test is at 600 khz. by 600 khz, the saw filters have begun rejecting the signal and all that remains are various spurious signals. it should be noted that none of the spurs in the above plot are 600 khz. as with the 400 khz offset test, the digital filter provides another 100 db of rejection and the spurious products are all removed leaving an in-band snr of 30 db. table iv. blocker c/i level 600 khz offset < 800 khz C26 dbm signal level 800 khz offset < 1.6 mhz C16 dbm signal level 1.6 mhz offset < 3 mhz C16 dbm signal level >3 mhz C13 dbm signal level
C12C AN-502 printed in u.s.a. e2997C0C11/98 the blocking requirements are shown in table iv. again, the inputs to the if filters were driven as if they had been processed by a proper front end, but the signal levels were representative of the blocking specification. since blocking performance should be worse on the low fre- quency edge, the blocking tests were performed at the lower frequency corner. 0 C60 C120 0 512 128 db C12 C24 C36 C72 C84 C96 C108 C48 256 384 C132 C144 figure 21. 600 khz blocker as can be seen, only the desired carrier is present, the 600 khz blocker is suppressed into the noise floor. as before, digital filtering will then remove excess noise and provide an snr of 15 db. since this test is per- formed 3 db above minimum sensitivity, this test de- fines what the minimum sensitivity for the receiver. under these conditions, the reference sensitivity is C104 dbm, giving an snr of 12 db. most equalizers will function adequately with 10 db of snr. therefore pro- viding a total sensitivity for the receiver of about C106 dbm. 0 C60 C120 0 512 128 db C12 C24 C36 C72 C84 C96 C108 C48 256 384 C132 C144 figure 22. 800 khz blocker at 800 khz, an image appears, but is again suppressed with digital filtering. as before, snr is about 15 db, which gives an overall sensitivity of C106 dbm. 0 C60 C120 0 512 128 db C12 C24 C36 C72 C84 C96 C108 C48 256 384 C132 C144 figure 23. 1600 khz blocker the final two plots are for the 1600 khz and 3000 khz offset blocker. as seen, the snr is consistent at 15 db and spurious rejection complete. thus inclusion, the in- terferer and blocker test should pose no problem to a receiver implemented with the ad6600 and ad6620 diversity chipset. 0 C60 C120 0 512 128 db C12 C24 C36 C72 C84 C96 C108 C48 256 384 C132 C144 figure 24. 3 mhz blocker gsm receiver summary in summary, the ad6600 can make a very effective if sampling receiver, eliminating many of the passive and active components associated with multiple down con- version receivers. based on the analog receiver design required, it is quite feasible to produce a receiver with the required sensitivity as well. in fact, components ex- ist that readily fill the requirements. these include rf amps, rf mixers, saw filters, and now adcs and digital drop receivers. continued development of gaas ampli- fiers and mixers will continue to improve receiver performance. the continuing move to differential com- ponents such as amplifiers and mixers will also tend to increase the performance of these systems. this will re- duce the common-mode problems within the receiver design such as lo coupling and rf bleed through.


▲Up To Search▲   

 
Price & Availability of AN-502

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X